home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / MorphOS / cvs-1.11.2 / source / README.SRC < prev    next >
Encoding:
Text File  |  2002-11-18  |  1.7 KB  |  49 lines

  1. In order to recompile this somewhat rough Amiga port of GNU CVS 1.11.2 or to
  2. make changes to the code, you need the following things:
  3.  
  4.    - The original GNU CVS source code, as available for example
  5.      as 'ftp://ftp.cvshome.org/pub/cvs-1.11.2/cvs-1.11.2.tar.gz'.
  6.  
  7.    - The GNU 'patch' utility, such as available from
  8.      'http://us.aminet.net/~aminet/dirs/aminet/dev/gg/patch-bin.lha'
  9.  
  10.    - a compatible amigaOS or morphos compiler like gcc 2.95.3 or SAS/C 6.58
  11.      with all needed headerfile installed.
  12.  
  13. That's pretty much everything you need. Putting all the things together, you
  14. would start by unpacking the 'cvs-1.11.2.tar.gz' archive file, leaving a
  15. drawer named 'cvs-1.11.2' which for the remainder of this text is assumed to
  16. reside at 'Work:cvs-1.11.2'. To this drawer copy the contents of the
  17. drawer you found this 'README.SOURCES' file in, e.g.:
  18.  
  19.    Copy #? Work:cvs-1.11.2 ALL
  20.  
  21. In the last step, the source code patches will need to be applied, e.g.:
  22.  
  23.    CD Work:cvs-1.11.2
  24.    patch -p1 <amiga.diffs
  25.  
  26. That's all folks! You should now be able to rebuild the program:
  27.  
  28.    CD Work:cvs-1.11.2
  29.    make                     - to build a 68k amigaOS gcc version
  30.    smake                    - to build a 68k amigaOS SAS/C version
  31.    make -f Makefile.MorphOS - to build a PPC morphOS gcc version
  32.  
  33. This should create a file called 'cvs' in the 'Work:cvs-1.11.2/src' drawer
  34. and cause the build process to exit with a warning which can be ignored.
  35.  
  36. If you have any further questions on this port, feel free to contact us:
  37.  
  38.    Olaf Barthel
  39.    Gneisenaustr. 43
  40.    D-31275 Hannover
  41.    Federal Republic of Germany
  42.    olsen@sourcery.han.de
  43.  
  44.    Jens Langner
  45.    Lannerstrasse 1
  46.    D-01219 Dresden
  47.    Federal Republic of Germany
  48.    Jens.Langner@light-speed.de
  49.